GrapeCity.CalcEngine.Functions Namespace > CalcPercentileFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 2 items: array, k.
Array is the array or range of data that defines relative standing.
K is the percentile value in the range 0..1, inclusive.
'Usage Dim instance As CalcPercentileFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 2 items: array, k.
Array is the array or range of data that defines relative standing.
K is the percentile value in the range 0..1, inclusive.
Target Platforms: Windows Server 2012, Windows RT